-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3489: workload report period average + etc #184
3489: workload report period average + etc #184
Conversation
@@ -114,23 +115,74 @@ public function findWorklogsByWorkerAndDateRange(string $workerIdentifier, \Date | |||
|
|||
public function findBillableWorklogsByWorkerAndDateRange(string $workerIdentifier, \DateTime $dateFrom, \DateTime $dateTo) | |||
{ | |||
$nonBillableEpics = NonBillableEpicsEnum::getAsArray(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes cannot work before issue.epics is a field and a migration has been added.
Add this to the Epics PR instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that these changes belong here, as they are connected to the workload report and utilize the additions made in #183 . This PR is based off it as well.
@@ -5,6 +5,7 @@ | |||
use App\Entity\Account; | |||
use App\Entity\Client; | |||
use App\Entity\DataProvider; | |||
use App\Entity\Epic; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this
377b748
to
f0f0e4e
Compare
f0f0e4e
to
99cf7ae
Compare
b33d2b3
to
099623a
Compare
…port repository methods
Co-authored-by: Troels Ugilt Jensen <[email protected]>
Co-authored-by: Troels Ugilt Jensen <[email protected]>
Co-authored-by: Troels Ugilt Jensen <[email protected]>
Co-authored-by: Troels Ugilt Jensen <[email protected]>
Co-authored-by: Troels Ugilt Jensen <[email protected]>
Co-authored-by: Troels Ugilt Jensen <[email protected]>
…y-report Invoicing rate report
ccb5044
into
feature/2597-add-epic-relations
Link to ticket
3489
Description
The PR introduces some general changes to the workload report, as well as averages for each period.
Changes include:
Screenshot of the result
N/A
Checklist